Xceed .NET Libraries Documentation
Xceed.SSH.Protocols Assembly / Xceed.SSH.Protocols Namespace / SSHTransportLayerProtocol Class / ReadFull Method / ReadFull(Stream,Byte[],Int32,Int32) Method


In This Topic
    ReadFull(Stream,Byte[],Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overloads Function ReadFull( _
       ByVal stream As Stream, _
       ByVal buffer() As Byte, _
       ByVal offset As Integer, _
       ByVal toRead As Integer _
    ) As Integer
    'Usage
     
    Dim instance As SSHTransportLayerProtocol
    Dim stream As Stream
    Dim buffer() As Byte
    Dim offset As Integer
    Dim toRead As Integer
    Dim value As Integer
     
    value = instance.ReadFull(stream, buffer, offset, toRead)
    protected int ReadFull( 
       Stream stream,
       byte[] buffer,
       int offset,
       int toRead
    )

    Parameters

    stream
    buffer
    offset
    toRead
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also